-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependency unist-util-visit to v5 #1036
Conversation
❌ Deploy Preview for smarthr-design-system failed.
|
unist-util-visitは、v3でESMになった際にbreaking changeがあり、現状のSDSのgatsby-plugin-mdxからプラグインとして実行する際にエラーになってしまう。gatsby-plugin-mdxのバージョンを上げる(=MDXのバージョンを上げる)まではこのパッケージのアップデートも難しそう。 |
6e30b28
to
08ff4a4
Compare
d610d39
to
fd895c5
Compare
fd895c5
to
b0c93d1
Compare
608746f
to
1198890
Compare
1fbb0ea
to
cc559c6
Compare
af07b30
to
3e05d22
Compare
3e05d22
to
fe12780
Compare
❌ Deploy Preview for smarthr-design-system failed. Why did it fail? →
|
840fa8e
to
d87b317
Compare
d87b317
to
17ef1c7
Compare
17ef1c7
to
65d64ec
Compare
a9c43a5
to
04f73e2
Compare
04f73e2
to
858513e
Compare
858513e
to
f668df6
Compare
18c0a0d
to
36f71b8
Compare
43e110b
to
afd0f4c
Compare
afd0f4c
to
4619249
Compare
5f565a1
to
06131d6
Compare
06131d6
to
5ce40c0
Compare
5ce40c0
to
0aeddc8
Compare
0aeddc8
to
604bbdf
Compare
604bbdf
to
4271a56
Compare
Pull request was closed
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
2.0.3
->5.0.0
Release Notes
syntax-tree/unist-util-visit (unist-util-visit)
v5.0.0
Compare Source
Change
4dcff31
Update@types/unist
migrate: update too
befc0b3
Change to require Node.js 16migrate: update too
b5f36de
Change to useexport
mapmigrate: don’t use private APIs
89fc050
Change to removecomplex-types.d.ts
migrate: use main export
12c9ee9
Change to passundefined
, notnull
migrate: change
null
toundefined
Fix
3cb2732
Fix performance ofInclusiveDescendant
typeFull Changelog: syntax-tree/unist-util-visit@4.1.2...5.0.0
v4.1.2
Compare Source
Misc
332b6e0
Add improved docs754d038
9f4813b
Refactor code-style69cbec6
Updatetsconfig.json
Full Changelog: syntax-tree/unist-util-visit@4.1.1...4.1.2
v4.1.1
Compare Source
6742b2d
Fix TypeScriptnode16
and ESMby @alecmev in https://github.com/syntax-tree/unist-util-visit/pull/35
6789ad5
Add improved docsd190ee7
Fix typoby @jangxyz in https://github.com/syntax-tree/unist-util-visit/pull/34
Full Changelog: syntax-tree/unist-util-visit@4.1.0...4.1.1
v4.1.0
Compare Source
a76200b
Add improved parent typeby @wooorm in https://github.com/syntax-tree/unist-util-visit/pull/31
Full Changelog: syntax-tree/unist-util-visit@4.0.0...4.1.0
v4.0.0
Compare Source
050fdc3
Change types to base whatvisitor
gets ontree
(breaking if you use TypeScript, read commit for info)
v3.1.0
Compare Source
5e98354
AddVisitorResult
typev3.0.1
Compare Source
a14d311
Fix example to use ESMv3.0.0
Compare Source
ed0bccd
Add JSDoc based typesdfbcafb
Use ESMnote: change from
toconst visit = require('unist-util-visit')
import {visit} from 'unist-util-visit'
Configuration
📅 Schedule: Branch creation - "before 12pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.